Html Css Color HEX #6FCEEE Turquoise Blue

📋 copy color: '#6FCEEE'

red 111 ◦ green 206 ◦ blue 238

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

Shades of Turquoise Blue #6FCEEE

Tints of Turquoise Blue #6FCEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 20%
G = 37.12%
B = 42.88%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FCEEE (or 0x6FCEEE) is known color: Turquoise Blue. HEX triplet: 6F, CE and EE. RGB value is (111,206,238). Sum of RGB (Red+Green+Blue) = 111+206+238=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FCEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEEE is #903111. Grayscale: #B5B5B5. Windows color (decimal): -9449746 or 15650415. OLE color: 15650415.

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

Color convert

RGB 111 206 238 -
CMYK 0.53 0.13 0 0.07
HSL 195.12º 0.79% 0.68% -
HSV(B) 195.12º 0.53% 0.93% -
XYZ 44.06 53.7 88.93 -
YUV 181.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 111 206 238 0.53 0.13 0 0.07 195.12 0.79 0.68
Hex 6F CE EE 35 D 0 7 C3 4F 44
Octal 157 316 356 65 15 0 7 303 117 104
Binary 1101111 11001110 11101110 110101 1101 0 111 11000011 1001111 1000100

Color Harmonies of #6FCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEEE

Black with #6FCEEE

Text Example


Text Example

White with #6FCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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