Html Css Color HEX #6FE0EE Turquoise Blue

📋 copy color: '#6FE0EE'

red 111 ◦ green 224 ◦ blue 238

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

Shades of Turquoise Blue #6FE0EE

Tints of Turquoise Blue #6FE0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.09%

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 19.37%
G = 39.09%
B = 41.54%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FE0EE (or 0x6FE0EE) is known color: Turquoise Blue. HEX triplet: 6F, E0 and EE. RGB value is (111,224,238). Sum of RGB (Red+Green+Blue) = 111+224+238=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FE0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE0EE is #901F11. Grayscale: #BFBFBF. Windows color (decimal): -9445138 or 15655023. OLE color: 15655023.

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

Color convert

RGB 111 224 238 -
CMYK 0.53 0.06 0 0.07
HSL 186.61º 0.79% 0.68% -
HSV(B) 186.61º 0.53% 0.93% -
XYZ 48.64 62.86 90.46 -
YUV 191.81 154.06 70.36 -
System Red Green Blue C M Y K H S L
Decimal 111 224 238 0.53 0.06 0 0.07 186.61 0.79 0.68
Hex 6F E0 EE 35 6 0 7 BB 4F 44
Octal 157 340 356 65 6 0 7 273 117 104
Binary 1101111 11100000 11101110 110101 110 0 111 10111011 1001111 1000100

Color Harmonies of #6FE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE0EE

Black with #6FE0EE

Text Example


Text Example

White with #6FE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,224,238); }

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

background-color css

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

 a { background-color: rgb(111,224,238); }

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

border-color css

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

 span { border-color: rgb(111,224,238); }

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