Html Css Color HEX #6FEADF Turquoise Blue

📋 copy color: '#6FEADF'

red 111 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #6FEADF

Tints of Turquoise Blue #6FEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.2%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 19.54%
G = 41.2%
B = 39.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#6FEADF (or 0x6FEADF) is known color: Turquoise Blue. HEX triplet: 6F, EA and DF. RGB value is (111,234,223). Sum of RGB (Red+Green+Blue) = 111+234+223=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEADF is #901520. Grayscale: #C3C3C3. Windows color (decimal): -9442593 or 14674543. OLE color: 14674543.

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

Color convert

RGB 111 234 223 -
CMYK 0.53 0 0.05 0.08
HSL 174.63º 0.75% 0.68% -
HSV(B) 174.63º 0.53% 0.92% -
XYZ 49.3 67.55 80.25 -
YUV 195.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 111 234 223 0.53 0 0.05 0.08 174.63 0.75 0.68
Hex 6F EA DF 35 0 5 8 AF 4B 44
Octal 157 352 337 65 0 5 10 257 113 104
Binary 1101111 11101010 11011111 110101 0 101 1000 10101111 1001011 1000100

Color Harmonies of #6FEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEADF

Black with #6FEADF

Text Example


Text Example

White with #6FEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,234,223); }

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

background-color css

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

 a { background-color: rgb(111,234,223); }

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

border-color css

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

 span { border-color: rgb(111,234,223); }

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