Html Css Color HEX #38FEDD Turquoise

📋 copy color: '#38FEDD'

red 56 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #38FEDD

Tints of Turquoise #38FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.83%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 10.55%
G = 47.83%
B = 41.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#38FEDD (or 0x38FEDD) is known color: Turquoise. HEX triplet: 38, FE and DD. RGB value is (56,254,221). Sum of RGB (Red+Green+Blue) = 56+254+221=531 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.55% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #38FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FEDD is #C70122. Grayscale: #BEBEBE. Windows color (decimal): -13041955 or 14548536. OLE color: 14548536.

HSL color Cylindrical-coordinate representation of color #38FEDD: hue angle of 170º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FEDD is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 254 221 -
CMYK 0.78 0 0.13 0.00
HSL 170º 0.99% 0.61% -
HSV(B) 170º 0.78% 1% -
XYZ 50.12 76.94 80.62 -
YUV 191.04 144.9 31.68 -
System Red Green Blue C M Y K H S L
Decimal 56 254 221 0.78 0 0.13 0.00 170 0.99 0.61
Hex 38 FE DD 4E 0 D 0 AA 63 3D
Octal 70 376 335 116 0 15 0 252 143 75
Binary 111000 11111110 11011101 1001110 0 1101 0 10101010 1100011 111101

Color Harmonies of #38FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FEDD

Black with #38FEDD

Text Example


Text Example

White with #38FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,254,221); }

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

background-color css

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

 a { background-color: rgb(56,254,221); }

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

border-color css

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

 span { border-color: rgb(56,254,221); }

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