Html Css Color HEX #6FEBDF Turquoise Blue

📋 copy color: '#6FEBDF'

red 111 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #6FEBDF

Tints of Turquoise Blue #6FEBDF

RGB

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

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

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

R = 19.51%
G = 41.3%
B = 39.19%

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

#6FEBDF (or 0x6FEBDF) is known color: Turquoise Blue. HEX triplet: 6F, EB and DF. RGB value is (111,235,223). Sum of RGB (Red+Green+Blue) = 111+235+223=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBDF is #901420. Grayscale: #C4C4C4. Windows color (decimal): -9442337 or 14674799. OLE color: 14674799.

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

Color convert

RGB 111 235 223 -
CMYK 0.53 0 0.05 0.08
HSL 174.19º 0.76% 0.68% -
HSV(B) 174.19º 0.53% 0.92% -
XYZ 49.58 68.12 80.35 -
YUV 196.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 111 235 223 0.53 0 0.05 0.08 174.19 0.76 0.68
Hex 6F EB DF 35 0 5 8 AE 4C 44
Octal 157 353 337 65 0 5 10 256 114 104
Binary 1101111 11101011 11011111 110101 0 101 1000 10101110 1001100 1000100

Color Harmonies of #6FEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBDF

Black with #6FEBDF

Text Example


Text Example

White with #6FEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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