Html Css Color HEX #6FE5DD Turquoise Blue

📋 copy color: '#6FE5DD'

red 111 ◦ green 229 ◦ blue 221

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

Shades of Turquoise Blue #6FE5DD

Tints of Turquoise Blue #6FE5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 19.79%
G = 40.82%
B = 39.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#6FE5DD (or 0x6FE5DD) is known color: Turquoise Blue. HEX triplet: 6F, E5 and DD. RGB value is (111,229,221). Sum of RGB (Red+Green+Blue) = 111+229+221=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5DD is #901A22. Grayscale: #C0C0C0. Windows color (decimal): -9443875 or 14542191. OLE color: 14542191.

HSL color Cylindrical-coordinate representation of color #6FE5DD: hue angle of 175.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5DD is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 229 221 -
CMYK 0.52 0 0.03 0.10
HSL 175.93º 0.69% 0.67% -
HSV(B) 175.93º 0.52% 0.9% -
XYZ 47.63 64.64 78.37 -
YUV 192.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 111 229 221 0.52 0 0.03 0.10 175.93 0.69 0.67
Hex 6F E5 DD 34 0 3 A B0 45 43
Octal 157 345 335 64 0 3 12 260 105 103
Binary 1101111 11100101 11011101 110100 0 11 1010 10110000 1000101 1000011

Color Harmonies of #6FE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE5DD

Black with #6FE5DD

Text Example


Text Example

White with #6FE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,229,221); }

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

background-color css

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

 a { background-color: rgb(111,229,221); }

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

border-color css

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

 span { border-color: rgb(111,229,221); }

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