Html Css Color HEX #27CCDA Turquoise

📋 copy color: '#27CCDA'

red 39 ◦ green 204 ◦ blue 218

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

Shades of Turquoise #27CCDA

Tints of Turquoise #27CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 8.46%
G = 44.25%
B = 47.29%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#27CCDA (or 0x27CCDA) is known color: Turquoise. HEX triplet: 27, CC and DA. RGB value is (39,204,218). Sum of RGB (Red+Green+Blue) = 39+204+218=461 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.46% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #27CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCDA is #D83325. Grayscale: #9C9C9C. Windows color (decimal): -14168870 or 14339111. OLE color: 14339111.

HSL color Cylindrical-coordinate representation of color #27CCDA: hue angle of 184.69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CCDA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 204 218 -
CMYK 0.82 0.06 0 0.15
HSL 184.69º 0.71% 0.5% -
HSV(B) 184.69º 0.82% 0.85% -
XYZ 35.08 48.68 73.88 -
YUV 156.26 162.84 44.36 -
System Red Green Blue C M Y K H S L
Decimal 39 204 218 0.82 0.06 0 0.15 184.69 0.71 0.5
Hex 27 CC DA 52 6 0 F B9 47 32
Octal 47 314 332 122 6 0 17 271 107 62
Binary 100111 11001100 11011010 1010010 110 0 1111 10111001 1000111 110010

Color Harmonies of #27CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CCDA

Black with #27CCDA

Text Example


Text Example

White with #27CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,204,218); }

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

background-color css

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

 a { background-color: rgb(39,204,218); }

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

border-color css

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

 span { border-color: rgb(39,204,218); }

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