Html Css Color HEX #6FE7EE Turquoise Blue

📋 copy color: '#6FE7EE'

red 111 ◦ green 231 ◦ blue 238

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

Shades of Turquoise Blue #6FE7EE

Tints of Turquoise Blue #6FE7EE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.83%

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

R = 19.14%
G = 39.83%
B = 41.03%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FE7EE (or 0x6FE7EE) is known color: Turquoise Blue. HEX triplet: 6F, E7 and EE. RGB value is (111,231,238). Sum of RGB (Red+Green+Blue) = 111+231+238=580 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.14% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FE7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE7EE is #901811. Grayscale: #C3C3C3. Windows color (decimal): -9443346 or 15656815. OLE color: 15656815.

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

Color convert

RGB 111 231 238 -
CMYK 0.53 0.03 0 0.07
HSL 183.31º 0.79% 0.68% -
HSV(B) 183.31º 0.53% 0.93% -
XYZ 50.56 66.7 91.1 -
YUV 195.92 151.74 67.43 -
System Red Green Blue C M Y K H S L
Decimal 111 231 238 0.53 0.03 0 0.07 183.31 0.79 0.68
Hex 6F E7 EE 35 3 0 7 B7 4F 44
Octal 157 347 356 65 3 0 7 267 117 104
Binary 1101111 11100111 11101110 110101 11 0 111 10110111 1001111 1000100

Color Harmonies of #6FE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE7EE

Black with #6FE7EE

Text Example


Text Example

White with #6FE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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