Html Css Color HEX #6FCEE6 Turquoise Blue

📋 copy color: '#6FCEE6'

red 111 ◦ green 206 ◦ blue 230

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

Shades of Turquoise Blue #6FCEE6

Tints of Turquoise Blue #6FCEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 20.29%
G = 37.66%
B = 42.05%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FCEE6 (or 0x6FCEE6) is known color: Turquoise Blue. HEX triplet: 6F, CE and E6. RGB value is (111,206,230). Sum of RGB (Red+Green+Blue) = 111+206+230=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FCEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEE6 is #903119. Grayscale: #B4B4B4. Windows color (decimal): -9449754 or 15126127. OLE color: 15126127.

HSL color Cylindrical-coordinate representation of color #6FCEE6: hue angle of 192.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCEE6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 206 230 -
CMYK 0.52 0.10 0 0.10
HSL 192.1º 0.7% 0.67% -
HSV(B) 192.1º 0.52% 0.9% -
XYZ 42.91 53.24 82.88 -
YUV 180.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 111 206 230 0.52 0.10 0 0.10 192.1 0.7 0.67
Hex 6F CE E6 34 A 0 A C0 46 43
Octal 157 316 346 64 12 0 12 300 106 103
Binary 1101111 11001110 11100110 110100 1010 0 1010 11000000 1000110 1000011

Color Harmonies of #6FCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEE6

Black with #6FCEE6

Text Example


Text Example

White with #6FCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,206,230); }

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

background-color css

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

 a { background-color: rgb(111,206,230); }

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

border-color css

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

 span { border-color: rgb(111,206,230); }

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