Html Css Color HEX #38DBBE Turquoise

📋 copy color: '#38DBBE'

red 56 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #38DBBE

Tints of Turquoise #38DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 12.04%
G = 47.1%
B = 40.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#38DBBE (or 0x38DBBE) is known color: Turquoise. HEX triplet: 38, DB and BE. RGB value is (56,219,190). Sum of RGB (Red+Green+Blue) = 56+219+190=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBBE is #C72441. Grayscale: #A6A6A6. Windows color (decimal): -13050946 or 12507960. OLE color: 12507960.

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

Color convert

RGB 56 219 190 -
CMYK 0.74 0 0.13 0.14
HSL 169.33º 0.69% 0.54% -
HSV(B) 169.33º 0.74% 0.86% -
XYZ 36.26 55.22 57.46 -
YUV 166.96 141 48.86 -
System Red Green Blue C M Y K H S L
Decimal 56 219 190 0.74 0 0.13 0.14 169.33 0.69 0.54
Hex 38 DB BE 4A 0 D E A9 45 36
Octal 70 333 276 112 0 15 16 251 105 66
Binary 111000 11011011 10111110 1001010 0 1101 1110 10101001 1000101 110110

Color Harmonies of #38DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBBE

Black with #38DBBE

Text Example


Text Example

White with #38DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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