Html Css Color HEX #6CCFE0 Turquoise Blue

📋 copy color: '#6CCFE0'

red 108 ◦ green 207 ◦ blue 224

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

Shades of Turquoise Blue #6CCFE0

Tints of Turquoise Blue #6CCFE0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 20.04%
G = 38.4%
B = 41.56%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6CCFE0 (or 0x6CCFE0) is known color: Turquoise Blue. HEX triplet: 6C, CF and E0. RGB value is (108,207,224). Sum of RGB (Red+Green+Blue) = 108+207+224=539 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.04% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CCFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFE0 is #93301F. Grayscale: #B3B3B3. Windows color (decimal): -9646112 or 14733164. OLE color: 14733164.

HSL color Cylindrical-coordinate representation of color #6CCFE0: hue angle of 188.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCFE0 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 207 224 -
CMYK 0.52 0.08 0 0.12
HSL 188.79º 0.65% 0.65% -
HSV(B) 188.79º 0.52% 0.88% -
XYZ 41.95 53.2 78.58 -
YUV 179.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 108 207 224 0.52 0.08 0 0.12 188.79 0.65 0.65
Hex 6C CF E0 34 8 0 C BD 41 41
Octal 154 317 340 64 10 0 14 275 101 101
Binary 1101100 11001111 11100000 110100 1000 0 1100 10111101 1000001 1000001

Color Harmonies of #6CCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCFE0

Black with #6CCFE0

Text Example


Text Example

White with #6CCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,207,224); }

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

background-color css

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

 a { background-color: rgb(108,207,224); }

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

border-color css

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

 span { border-color: rgb(108,207,224); }

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