Html Css Color HEX #6FEFE3 Turquoise Blue

📋 copy color: '#6FEFE3'

red 111 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #6FEFE3

Tints of Turquoise Blue #6FEFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

 BLUE value IS 227 (89.06% from 255) = 39.34%

R = 19.24%
G = 41.42%
B = 39.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#6FEFE3 (or 0x6FEFE3) is known color: Turquoise Blue. HEX triplet: 6F, EF and E3. RGB value is (111,239,227). Sum of RGB (Red+Green+Blue) = 111+239+227=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFE3 is #90101C. Grayscale: #C7C7C7. Windows color (decimal): -9441309 or 14937967. OLE color: 14937967.

HSL color Cylindrical-coordinate representation of color #6FEFE3: hue angle of 174.38º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFE3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 239 227 -
CMYK 0.54 0 0.05 0.06
HSL 174.38º 0.8% 0.69% -
HSV(B) 174.38º 0.54% 0.94% -
XYZ 51.29 70.66 83.61 -
YUV 199.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 111 239 227 0.54 0 0.05 0.06 174.38 0.8 0.69
Hex 6F EF E3 36 0 5 6 AE 50 45
Octal 157 357 343 66 0 5 6 256 120 105
Binary 1101111 11101111 11100011 110110 0 101 110 10101110 1010000 1000101

Color Harmonies of #6FEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEFE3

Black with #6FEFE3

Text Example


Text Example

White with #6FEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,239,227); }

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

background-color css

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

 a { background-color: rgb(111,239,227); }

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

border-color css

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

 span { border-color: rgb(111,239,227); }

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