Html Css Color HEX #6FECE0 Turquoise Blue

📋 copy color: '#6FECE0'

red 111 ◦ green 236 ◦ blue 224

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

Shades of Turquoise Blue #6FECE0

Tints of Turquoise Blue #6FECE0

RGB

 RED value IS 111 (43.75% from 255) = 19.44%

 GREEN value IS 236 (92.58% from 255) = 41.33%

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

R = 19.44%
G = 41.33%
B = 39.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#6FECE0 (or 0x6FECE0) is known color: Turquoise Blue. HEX triplet: 6F, EC and E0. RGB value is (111,236,224). Sum of RGB (Red+Green+Blue) = 111+236+224=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECE0 is #90131F. Grayscale: #C5C5C5. Windows color (decimal): -9442080 or 14740591. OLE color: 14740591.

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

Color convert

RGB 111 236 224 -
CMYK 0.53 0 0.05 0.07
HSL 174.24º 0.77% 0.68% -
HSV(B) 174.24º 0.53% 0.93% -
XYZ 50.01 68.75 81.16 -
YUV 197.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 111 236 224 0.53 0 0.05 0.07 174.24 0.77 0.68
Hex 6F EC E0 35 0 5 7 AE 4D 44
Octal 157 354 340 65 0 5 7 256 115 104
Binary 1101111 11101100 11100000 110101 0 101 111 10101110 1001101 1000100

Color Harmonies of #6FECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FECE0

Black with #6FECE0

Text Example


Text Example

White with #6FECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,236,224); }

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

background-color css

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

 a { background-color: rgb(111,236,224); }

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

border-color css

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

 span { border-color: rgb(111,236,224); }

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