Html Css Color HEX #6FCFEB Turquoise Blue

📋 copy color: '#6FCFEB'

red 111 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #6FCFEB

Tints of Turquoise Blue #6FCFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.43%

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 20.07%
G = 37.43%
B = 42.5%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FCFEB (or 0x6FCFEB) is known color: Turquoise Blue. HEX triplet: 6F, CF and EB. RGB value is (111,207,235). Sum of RGB (Red+Green+Blue) = 111+207+235=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFEB is #903014. Grayscale: #B5B5B5. Windows color (decimal): -9449493 or 15454063. OLE color: 15454063.

HSL color Cylindrical-coordinate representation of color #6FCFEB: hue angle of 193.55º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FCFEB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 207 235 -
CMYK 0.53 0.12 0 0.08
HSL 193.55º 0.76% 0.68% -
HSV(B) 193.55º 0.53% 0.92% -
XYZ 43.86 54 86.71 -
YUV 181.49 158.2 77.72 -
System Red Green Blue C M Y K H S L
Decimal 111 207 235 0.53 0.12 0 0.08 193.55 0.76 0.68
Hex 6F CF EB 35 C 0 8 C2 4C 44
Octal 157 317 353 65 14 0 10 302 114 104
Binary 1101111 11001111 11101011 110101 1100 0 1000 11000010 1001100 1000100

Color Harmonies of #6FCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFEB

Black with #6FCFEB

Text Example


Text Example

White with #6FCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,235); }

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

background-color css

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

 a { background-color: rgb(111,207,235); }

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

border-color css

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

 span { border-color: rgb(111,207,235); }

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