Html Css Color HEX #6FDEEB Turquoise Blue

📋 copy color: '#6FDEEB'

red 111 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #6FDEEB

Tints of Turquoise Blue #6FDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

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

R = 19.54%
G = 39.08%
B = 41.37%

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

#6FDEEB (or 0x6FDEEB) is known color: Turquoise Blue. HEX triplet: 6F, DE and EB. RGB value is (111,222,235). Sum of RGB (Red+Green+Blue) = 111+222+235=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDEEB is #902114. Grayscale: #BEBEBE. Windows color (decimal): -9445653 or 15457903. OLE color: 15457903.

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

Color convert

RGB 111 222 235 -
CMYK 0.53 0.06 0 0.08
HSL 186.29º 0.76% 0.68% -
HSV(B) 186.29º 0.53% 0.92% -
XYZ 47.67 61.62 87.98 -
YUV 190.29 153.23 71.44 -
System Red Green Blue C M Y K H S L
Decimal 111 222 235 0.53 0.06 0 0.08 186.29 0.76 0.68
Hex 6F DE EB 35 6 0 8 BA 4C 44
Octal 157 336 353 65 6 0 10 272 114 104
Binary 1101111 11011110 11101011 110101 110 0 1000 10111010 1001100 1000100

Color Harmonies of #6FDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDEEB

Black with #6FDEEB

Text Example


Text Example

White with #6FDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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