Html Css Color HEX #38DEDD Turquoise

📋 copy color: '#38DEDD'

red 56 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #38DEDD

Tints of Turquoise #38DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.49%

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

R = 11.22%
G = 44.49%
B = 44.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#38DEDD (or 0x38DEDD) is known color: Turquoise. HEX triplet: 38, DE and DD. RGB value is (56,222,221). Sum of RGB (Red+Green+Blue) = 56+222+221=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #38DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DEDD is #C72122. Grayscale: #ACACAC. Windows color (decimal): -13050147 or 14540344. OLE color: 14540344.

HSL color Cylindrical-coordinate representation of color #38DEDD: hue angle of 179.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DEDD is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 222 221 -
CMYK 0.75 0 0.00 0.13
HSL 179.64º 0.72% 0.55% -
HSV(B) 179.64º 0.75% 0.87% -
XYZ 40.8 58.3 77.51 -
YUV 172.25 155.5 45.08 -
System Red Green Blue C M Y K H S L
Decimal 56 222 221 0.75 0 0.00 0.13 179.64 0.72 0.55
Hex 38 DE DD 4B 0 0 D B4 48 37
Octal 70 336 335 113 0 0 15 264 110 67
Binary 111000 11011110 11011101 1001011 0 0 1101 10110100 1001000 110111

Color Harmonies of #38DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DEDD

Black with #38DEDD

Text Example


Text Example

White with #38DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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