Html Css Color HEX #6FE1D5 Turquoise Blue

📋 copy color: '#6FE1D5'

red 111 ◦ green 225 ◦ blue 213

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

Shades of Turquoise Blue #6FE1D5

Tints of Turquoise Blue #6FE1D5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.98%

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 20.22%
G = 40.98%
B = 38.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#6FE1D5 (or 0x6FE1D5) is known color: Turquoise Blue. HEX triplet: 6F, E1 and D5. RGB value is (111,225,213). Sum of RGB (Red+Green+Blue) = 111+225+213=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1D5 is #901E2A. Grayscale: #BDBDBD. Windows color (decimal): -9444907 or 14016879. OLE color: 14016879.

HSL color Cylindrical-coordinate representation of color #6FE1D5: hue angle of 173.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1D5 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 225 213 -
CMYK 0.51 0 0.05 0.12
HSL 173.68º 0.66% 0.66% -
HSV(B) 173.68º 0.51% 0.88% -
XYZ 45.49 62.03 72.53 -
YUV 189.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 111 225 213 0.51 0 0.05 0.12 173.68 0.66 0.66
Hex 6F E1 D5 33 0 5 C AE 42 42
Octal 157 341 325 63 0 5 14 256 102 102
Binary 1101111 11100001 11010101 110011 0 101 1100 10101110 1000010 1000010

Color Harmonies of #6FE1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE1D5

Black with #6FE1D5

Text Example


Text Example

White with #6FE1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,225,213); }

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

background-color css

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

 a { background-color: rgb(111,225,213); }

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

border-color css

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

 span { border-color: rgb(111,225,213); }

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