Html Css Color HEX #6FEBEE Turquoise Blue

📋 copy color: '#6FEBEE'

red 111 ◦ green 235 ◦ blue 238

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

Shades of Turquoise Blue #6FEBEE

Tints of Turquoise Blue #6FEBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.24%

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

R = 19.01%
G = 40.24%
B = 40.75%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FEBEE (or 0x6FEBEE) is known color: Turquoise Blue. HEX triplet: 6F, EB and EE. RGB value is (111,235,238). Sum of RGB (Red+Green+Blue) = 111+235+238=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEBEE is #901411. Grayscale: #C6C6C6. Windows color (decimal): -9442322 or 15657839. OLE color: 15657839.

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

Color convert

RGB 111 235 238 -
CMYK 0.53 0.01 0 0.07
HSL 181.42º 0.79% 0.68% -
HSV(B) 181.42º 0.53% 0.93% -
XYZ 51.7 68.97 91.48 -
YUV 198.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 111 235 238 0.53 0.01 0 0.07 181.42 0.79 0.68
Hex 6F EB EE 35 1 0 7 B5 4F 44
Octal 157 353 356 65 1 0 7 265 117 104
Binary 1101111 11101011 11101110 110101 1 0 111 10110101 1001111 1000100

Color Harmonies of #6FEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBEE

Black with #6FEBEE

Text Example


Text Example

White with #6FEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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