Html Css Color HEX #38F9EF Turquoise

📋 copy color: '#38F9EF'

red 56 ◦ green 249 ◦ blue 239

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

Shades of Turquoise #38F9EF

Tints of Turquoise #38F9EF

RGB

 RED value IS 56 (22.27% from 255) = 10.29%

 GREEN value IS 249 (97.66% from 255) = 45.77%

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 10.29%
G = 45.77%
B = 43.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#38F9EF (or 0x38F9EF) is known color: Turquoise. HEX triplet: 38, F9 and EF. RGB value is (56,249,239). Sum of RGB (Red+Green+Blue) = 56+249+239=544 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.29% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F9EF is #C70610. Grayscale: #BEBEBE. Windows color (decimal): -13043217 or 15726904. OLE color: 15726904.

HSL color Cylindrical-coordinate representation of color #38F9EF: hue angle of 176.89º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F9EF is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 249 239 -
CMYK 0.78 0 0.04 0.02
HSL 176.89º 0.94% 0.6% -
HSV(B) 176.89º 0.78% 0.98% -
XYZ 51.09 74.82 93.41 -
YUV 190.15 155.56 32.31 -
System Red Green Blue C M Y K H S L
Decimal 56 249 239 0.78 0 0.04 0.02 176.89 0.94 0.6
Hex 38 F9 EF 4E 0 4 2 B1 5E 3C
Octal 70 371 357 116 0 4 2 261 136 74
Binary 111000 11111001 11101111 1001110 0 100 10 10110001 1011110 111100

Color Harmonies of #38F9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F9EF

Black with #38F9EF

Text Example


Text Example

White with #38F9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F9EF; }

 p { color: rgb(56,249,239); }

 H1.HeaderClassName
 {
   color: #38F9EF;
 }
 .AnyTagClassName
 {
   color: #38F9EF;
 }
</style>

background-color css

<style>
 a { background-color: #38F9EF; }

 a { background-color: rgb(56,249,239); }

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

border-color css

<style>
 span { border-color: #38F9EF; }

 span { border-color: rgb(56,249,239); }

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