Html Css Color HEX #6FCEEF Turquoise Blue

📋 copy color: '#6FCEEF'

red 111 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #6FCEEF

Tints of Turquoise Blue #6FCEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 19.96%
G = 37.05%
B = 42.99%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FCEEF (or 0x6FCEEF) is known color: Turquoise Blue. HEX triplet: 6F, CE and EF. RGB value is (111,206,239). Sum of RGB (Red+Green+Blue) = 111+206+239=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEEF is #903110. Grayscale: #B5B5B5. Windows color (decimal): -9449745 or 15715951. OLE color: 15715951.

HSL color Cylindrical-coordinate representation of color #6FCEEF: hue angle of 195.47º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FCEEF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 206 239 -
CMYK 0.54 0.14 0 0.06
HSL 195.47º 0.8% 0.69% -
HSV(B) 195.47º 0.54% 0.94% -
XYZ 44.21 53.75 89.71 -
YUV 181.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 111 206 239 0.54 0.14 0 0.06 195.47 0.8 0.69
Hex 6F CE EF 36 E 0 6 C3 50 45
Octal 157 316 357 66 16 0 6 303 120 105
Binary 1101111 11001110 11101111 110110 1110 0 110 11000011 1010000 1000101

Color Harmonies of #6FCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEEF

Black with #6FCEEF

Text Example


Text Example

White with #6FCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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