Html Css Color HEX #27CEDA Turquoise

📋 copy color: '#27CEDA'

red 39 ◦ green 206 ◦ blue 218

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

Shades of Turquoise #27CEDA

Tints of Turquoise #27CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.49%

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

R = 8.42%
G = 44.49%
B = 47.08%

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

#27CEDA (or 0x27CEDA) is known color: Turquoise. HEX triplet: 27, CE and DA. RGB value is (39,206,218). Sum of RGB (Red+Green+Blue) = 39+206+218=463 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.42% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #27CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CEDA is #D83125. Grayscale: #9D9D9D. Windows color (decimal): -14168358 or 14339623. OLE color: 14339623.

HSL color Cylindrical-coordinate representation of color #27CEDA: hue angle of 184.02º 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 #27CEDA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 206 218 -
CMYK 0.82 0.06 0 0.15
HSL 184.02º 0.71% 0.5% -
HSV(B) 184.02º 0.82% 0.85% -
XYZ 35.56 49.64 74.04 -
YUV 157.44 162.17 43.52 -
System Red Green Blue C M Y K H S L
Decimal 39 206 218 0.82 0.06 0 0.15 184.02 0.71 0.5
Hex 27 CE DA 52 6 0 F B8 47 32
Octal 47 316 332 122 6 0 17 270 107 62
Binary 100111 11001110 11011010 1010010 110 0 1111 10111000 1000111 110010

Color Harmonies of #27CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEDA

Black with #27CEDA

Text Example


Text Example

White with #27CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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