Html Css Color HEX #27D9FA Bright Turquoise

📋 copy color: '#27D9FA'

red 39 ◦ green 217 ◦ blue 250

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

Shades of Bright Turquoise #27D9FA

Tints of Bright Turquoise #27D9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 7.71%
G = 42.89%
B = 49.41%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#27D9FA (or 0x27D9FA) is known color: Bright Turquoise. HEX triplet: 27, D9 and FA. RGB value is (39,217,250). Sum of RGB (Red+Green+Blue) = 39+217+250=506 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.71% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #27D9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D9FA is #D82605. Grayscale: #A7A7A7. Windows color (decimal): -14165510 or 16439591. OLE color: 16439591.

HSL color Cylindrical-coordinate representation of color #27D9FA: hue angle of 189.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27D9FA is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 217 250 -
CMYK 0.84 0.13 0 0.02
HSL 189.38º 0.95% 0.57% -
HSV(B) 189.38º 0.84% 0.98% -
XYZ 42.9 56.96 99.18 -
YUV 167.54 174.53 36.32 -
System Red Green Blue C M Y K H S L
Decimal 39 217 250 0.84 0.13 0 0.02 189.38 0.95 0.57
Hex 27 D9 FA 54 D 0 2 BD 5F 39
Octal 47 331 372 124 15 0 2 275 137 71
Binary 100111 11011001 11111010 1010100 1101 0 10 10111101 1011111 111001

Color Harmonies of #27D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D9FA

Black with #27D9FA

Text Example


Text Example

White with #27D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,217,250); }

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

background-color css

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

 a { background-color: rgb(39,217,250); }

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

border-color css

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

 span { border-color: rgb(39,217,250); }

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