Html Css Color HEX #6FCCEB Turquoise Blue

📋 copy color: '#6FCCEB'

red 111 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #6FCCEB

Tints of Turquoise Blue #6FCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.09%

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

R = 20.18%
G = 37.09%
B = 42.73%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FCCEB (or 0x6FCCEB) is known color: Turquoise Blue. HEX triplet: 6F, CC and EB. RGB value is (111,204,235). Sum of RGB (Red+Green+Blue) = 111+204+235=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCEB is #903314. Grayscale: #B3B3B3. Windows color (decimal): -9450261 or 15453295. OLE color: 15453295.

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

Color convert

RGB 111 204 235 -
CMYK 0.53 0.13 0 0.08
HSL 195º 0.76% 0.68% -
HSV(B) 195º 0.53% 0.92% -
XYZ 43.14 52.56 86.47 -
YUV 179.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 111 204 235 0.53 0.13 0 0.08 195 0.76 0.68
Hex 6F CC EB 35 D 0 8 C3 4C 44
Octal 157 314 353 65 15 0 10 303 114 104
Binary 1101111 11001100 11101011 110101 1101 0 1000 11000011 1001100 1000100

Color Harmonies of #6FCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCEB

Black with #6FCCEB

Text Example


Text Example

White with #6FCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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