Html Css Color HEX #6CCEED Turquoise Blue

📋 copy color: '#6CCEED'

red 108 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #6CCEED

Tints of Turquoise Blue #6CCEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

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

R = 19.6%
G = 37.39%
B = 43.01%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CCEED (or 0x6CCEED) is known color: Turquoise Blue. HEX triplet: 6C, CE and ED. RGB value is (108,206,237). Sum of RGB (Red+Green+Blue) = 108+206+237=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CCEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEED is #933112. Grayscale: #B4B4B4. Windows color (decimal): -9646355 or 15584876. OLE color: 15584876.

HSL color Cylindrical-coordinate representation of color #6CCEED: hue angle of 194.42º 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 #6CCEED is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 206 237 -
CMYK 0.54 0.13 0 0.07
HSL 194.42º 0.78% 0.68% -
HSV(B) 194.42º 0.54% 0.93% -
XYZ 43.54 53.45 88.14 -
YUV 180.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 108 206 237 0.54 0.13 0 0.07 194.42 0.78 0.68
Hex 6C CE ED 36 D 0 7 C2 4E 44
Octal 154 316 355 66 15 0 7 302 116 104
Binary 1101100 11001110 11101101 110110 1101 0 111 11000010 1001110 1000100

Color Harmonies of #6CCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEED

Black with #6CCEED

Text Example


Text Example

White with #6CCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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