Html Css Color HEX #6FDCEB Turquoise Blue

📋 copy color: '#6FDCEB'

red 111 ◦ green 220 ◦ blue 235

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

Shades of Turquoise Blue #6FDCEB

Tints of Turquoise Blue #6FDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.87%

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

R = 19.61%
G = 38.87%
B = 41.52%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FDCEB (or 0x6FDCEB) is known color: Turquoise Blue. HEX triplet: 6F, DC and EB. RGB value is (111,220,235). Sum of RGB (Red+Green+Blue) = 111+220+235=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FDCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCEB is #902314. Grayscale: #BCBCBC. Windows color (decimal): -9446165 or 15457391. OLE color: 15457391.

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

Color convert

RGB 111 220 235 -
CMYK 0.53 0.06 0 0.08
HSL 187.26º 0.76% 0.68% -
HSV(B) 187.26º 0.53% 0.92% -
XYZ 47.14 60.56 87.8 -
YUV 189.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 111 220 235 0.53 0.06 0 0.08 187.26 0.76 0.68
Hex 6F DC EB 35 6 0 8 BB 4C 44
Octal 157 334 353 65 6 0 10 273 114 104
Binary 1101111 11011100 11101011 110101 110 0 1000 10111011 1001100 1000100

Color Harmonies of #6FDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCEB

Black with #6FDCEB

Text Example


Text Example

White with #6FDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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