Html Css Color HEX #6CDEED Turquoise Blue

📋 copy color: '#6CDEED'

red 108 ◦ green 222 ◦ blue 237

#6CDEED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6CDEED

Tints of Turquoise Blue #6CDEED

RGB

 RED value IS 108 (42.58% from 255) = 19.05%

 GREEN value IS 222 (87.11% from 255) = 39.15%

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 19.05%
G = 39.15%
B = 41.8%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CDEED (or 0x6CDEED) is known color: Turquoise Blue. HEX triplet: 6C, DE and ED. RGB value is (108,222,237). Sum of RGB (Red+Green+Blue) = 108+222+237=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CDEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEED is #932112. Grayscale: #BDBDBD. Windows color (decimal): -9642259 or 15588972. OLE color: 15588972.

HSL color Cylindrical-coordinate representation of color #6CDEED: hue angle of 186.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CDEED is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 222 237 -
CMYK 0.54 0.06 0 0.07
HSL 186.98º 0.78% 0.68% -
HSV(B) 186.98º 0.54% 0.93% -
XYZ 47.59 61.55 89.49 -
YUV 189.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 108 222 237 0.54 0.06 0 0.07 186.98 0.78 0.68
Hex 6C DE ED 36 6 0 7 BB 4E 44
Octal 154 336 355 66 6 0 7 273 116 104
Binary 1101100 11011110 11101101 110110 110 0 111 10111011 1001110 1000100

Color Harmonies of #6CDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDEED

Black with #6CDEED

Text Example


Text Example

White with #6CDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CDEED; }

 p { color: rgb(108,222,237); }

 H1.HeaderClassName
 {
   color: #6CDEED;
 }
 .AnyTagClassName
 {
   color: #6CDEED;
 }
</style>

background-color css

<style>
 a { background-color: #6CDEED; }

 a { background-color: rgb(108,222,237); }

 div.DivClassName
 {
   background-color: #6CDEED;
 }
 .BgClassName
 {
   background-color: #6CDEED;
 }
</style>

border-color css

<style>
 span { border-color: #6CDEED; }

 span { border-color: rgb(108,222,237); }

 td.TdClassName
 {
   border-color: #6CDEED;
 }
 .TagClassName
 {
   border-color: #6CDEED;
 }
</style>