Html Css Color HEX #27D5D0 Turquoise

📋 copy color: '#27D5D0'

red 39 ◦ green 213 ◦ blue 208

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

Shades of Turquoise #27D5D0

Tints of Turquoise #27D5D0

RGB

 RED value IS 39 (15.63% from 255) = 8.48%

 GREEN value IS 213 (83.59% from 255) = 46.3%

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 8.48%
G = 46.3%
B = 45.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#27D5D0 (or 0x27D5D0) is known color: Turquoise. HEX triplet: 27, D5 and D0. RGB value is (39,213,208). Sum of RGB (Red+Green+Blue) = 39+213+208=460 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.48% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #27D5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D5D0 is #D82A2F. Grayscale: #A0A0A0. Windows color (decimal): -14166576 or 13686055. OLE color: 13686055.

HSL color Cylindrical-coordinate representation of color #27D5D0: hue angle of 178.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D5D0 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 213 208 -
CMYK 0.82 0 0.02 0.16
HSL 178.28º 0.69% 0.49% -
HSV(B) 178.28º 0.82% 0.84% -
XYZ 36.02 52.57 67.92 -
YUV 160.4 154.85 41.41 -
System Red Green Blue C M Y K H S L
Decimal 39 213 208 0.82 0 0.02 0.16 178.28 0.69 0.49
Hex 27 D5 D0 52 0 2 10 B2 45 31
Octal 47 325 320 122 0 2 20 262 105 61
Binary 100111 11010101 11010000 1010010 0 10 10000 10110010 1000101 110001

Color Harmonies of #27D5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D5D0

Black with #27D5D0

Text Example


Text Example

White with #27D5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27D5D0; }

 p { color: rgb(39,213,208); }

 H1.HeaderClassName
 {
   color: #27D5D0;
 }
 .AnyTagClassName
 {
   color: #27D5D0;
 }
</style>

background-color css

<style>
 a { background-color: #27D5D0; }

 a { background-color: rgb(39,213,208); }

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

border-color css

<style>
 span { border-color: #27D5D0; }

 span { border-color: rgb(39,213,208); }

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