Html Css Color HEX #6FCBEC Turquoise Blue

📋 copy color: '#6FCBEC'

red 111 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #6FCBEC

Tints of Turquoise Blue #6FCBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.91%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 20.18%
G = 36.91%
B = 42.91%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FCBEC (or 0x6FCBEC) is known color: Turquoise Blue. HEX triplet: 6F, CB and EC. RGB value is (111,203,236). Sum of RGB (Red+Green+Blue) = 111+203+236=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FCBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBEC is #903413. Grayscale: #B3B3B3. Windows color (decimal): -9450516 or 15518575. OLE color: 15518575.

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

Color convert

RGB 111 203 236 -
CMYK 0.53 0.14 0 0.07
HSL 195.84º 0.77% 0.68% -
HSV(B) 195.84º 0.53% 0.93% -
XYZ 43.05 52.15 87.15 -
YUV 179.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 111 203 236 0.53 0.14 0 0.07 195.84 0.77 0.68
Hex 6F CB EC 35 E 0 7 C4 4D 44
Octal 157 313 354 65 16 0 7 304 115 104
Binary 1101111 11001011 11101100 110101 1110 0 111 11000100 1001101 1000100

Color Harmonies of #6FCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBEC

Black with #6FCBEC

Text Example


Text Example

White with #6FCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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