Html Css Color HEX #38DEBA Turquoise

📋 copy color: '#38DEBA'

red 56 ◦ green 222 ◦ blue 186

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

Shades of Turquoise #38DEBA

Tints of Turquoise #38DEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 12.07%
G = 47.84%
B = 40.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#38DEBA (or 0x38DEBA) is known color: Turquoise. HEX triplet: 38, DE and BA. RGB value is (56,222,186). Sum of RGB (Red+Green+Blue) = 56+222+186=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #38DEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DEBA is #C72145. Grayscale: #A8A8A8. Windows color (decimal): -13050182 or 12246584. OLE color: 12246584.

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

Color convert

RGB 56 222 186 -
CMYK 0.75 0 0.16 0.13
HSL 166.99º 0.72% 0.55% -
HSV(B) 166.99º 0.75% 0.87% -
XYZ 36.62 56.63 55.45 -
YUV 168.26 138 47.93 -
System Red Green Blue C M Y K H S L
Decimal 56 222 186 0.75 0 0.16 0.13 166.99 0.72 0.55
Hex 38 DE BA 4B 0 10 D A7 48 37
Octal 70 336 272 113 0 20 15 247 110 67
Binary 111000 11011110 10111010 1001011 0 10000 1101 10100111 1001000 110111

Color Harmonies of #38DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DEBA

Black with #38DEBA

Text Example


Text Example

White with #38DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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