Html Css Color HEX #38DBB8 Turquoise

📋 copy color: '#38DBB8'

red 56 ◦ green 219 ◦ blue 184

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

Shades of Turquoise #38DBB8

Tints of Turquoise #38DBB8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.71%

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 12.2%
G = 47.71%
B = 40.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#38DBB8 (or 0x38DBB8) is known color: Turquoise. HEX triplet: 38, DB and B8. RGB value is (56,219,184). Sum of RGB (Red+Green+Blue) = 56+219+184=459 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.20% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBB8 is #C72447. Grayscale: #A6A6A6. Windows color (decimal): -13050952 or 12114744. OLE color: 12114744.

HSL color Cylindrical-coordinate representation of color #38DBB8: hue angle of 167.12º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DBB8 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 219 184 -
CMYK 0.74 0 0.16 0.14
HSL 167.12º 0.69% 0.54% -
HSV(B) 167.12º 0.74% 0.86% -
XYZ 35.61 54.96 54.08 -
YUV 166.27 138 49.35 -
System Red Green Blue C M Y K H S L
Decimal 56 219 184 0.74 0 0.16 0.14 167.12 0.69 0.54
Hex 38 DB B8 4A 0 10 E A7 45 36
Octal 70 333 270 112 0 20 16 247 105 66
Binary 111000 11011011 10111000 1001010 0 10000 1110 10100111 1000101 110110

Color Harmonies of #38DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBB8

Black with #38DBB8

Text Example


Text Example

White with #38DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,219,184); }

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

background-color css

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

 a { background-color: rgb(56,219,184); }

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

border-color css

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

 span { border-color: rgb(56,219,184); }

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