Html Css Color HEX #38DFC1 Turquoise

📋 copy color: '#38DFC1'

red 56 ◦ green 223 ◦ blue 193

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

Shades of Turquoise #38DFC1

Tints of Turquoise #38DFC1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.25%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 11.86%
G = 47.25%
B = 40.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#38DFC1 (or 0x38DFC1) is known color: Turquoise. HEX triplet: 38, DF and C1. RGB value is (56,223,193). Sum of RGB (Red+Green+Blue) = 56+223+193=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #38DFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DFC1 is #C7203E. Grayscale: #A9A9A9. Windows color (decimal): -13049919 or 12705592. OLE color: 12705592.

HSL color Cylindrical-coordinate representation of color #38DFC1: hue angle of 169.22º 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 #38DFC1 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 193 -
CMYK 0.75 0 0.13 0.13
HSL 169.22º 0.72% 0.55% -
HSV(B) 169.22º 0.75% 0.87% -
XYZ 37.64 57.47 59.56 -
YUV 169.65 141.17 46.94 -
System Red Green Blue C M Y K H S L
Decimal 56 223 193 0.75 0 0.13 0.13 169.22 0.72 0.55
Hex 38 DF C1 4B 0 D D A9 48 37
Octal 70 337 301 113 0 15 15 251 110 67
Binary 111000 11011111 11000001 1001011 0 1101 1101 10101001 1001000 110111

Color Harmonies of #38DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DFC1

Black with #38DFC1

Text Example


Text Example

White with #38DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,223,193); }

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

background-color css

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

 a { background-color: rgb(56,223,193); }

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

border-color css

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

 span { border-color: rgb(56,223,193); }

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