Html Css Color HEX #38D9EF Turquoise

📋 copy color: '#38D9EF'

red 56 ◦ green 217 ◦ blue 239

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

Shades of Turquoise #38D9EF

Tints of Turquoise #38D9EF

RGB

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

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

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

R = 10.94%
G = 42.38%
B = 46.68%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38D9EF (or 0x38D9EF) is known color: Turquoise. HEX triplet: 38, D9 and EF. RGB value is (56,217,239). Sum of RGB (Red+Green+Blue) = 56+217+239=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #38D9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D9EF is #C72610. Grayscale: #ABABAB. Windows color (decimal): -13051409 or 15718712. OLE color: 15718712.

HSL color Cylindrical-coordinate representation of color #38D9EF: hue angle of 187.21º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38D9EF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 217 239 -
CMYK 0.77 0.09 0 0.06
HSL 187.21º 0.85% 0.58% -
HSV(B) 187.21º 0.77% 0.94% -
XYZ 42.02 56.7 90.39 -
YUV 171.37 166.16 45.71 -
System Red Green Blue C M Y K H S L
Decimal 56 217 239 0.77 0.09 0 0.06 187.21 0.85 0.58
Hex 38 D9 EF 4D 9 0 6 BB 55 3A
Octal 70 331 357 115 11 0 6 273 125 72
Binary 111000 11011001 11101111 1001101 1001 0 110 10111011 1010101 111010

Color Harmonies of #38D9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D9EF

Black with #38D9EF

Text Example


Text Example

White with #38D9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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