Html Css Color HEX #38DBBB Turquoise

📋 copy color: '#38DBBB'

red 56 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #38DBBB

Tints of Turquoise #38DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 12.12%
G = 47.4%
B = 40.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#38DBBB (or 0x38DBBB) is known color: Turquoise. HEX triplet: 38, DB and BB. RGB value is (56,219,187). Sum of RGB (Red+Green+Blue) = 56+219+187=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBBB is #C72444. Grayscale: #A6A6A6. Windows color (decimal): -13050949 or 12311352. OLE color: 12311352.

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

Color convert

RGB 56 219 187 -
CMYK 0.74 0 0.15 0.14
HSL 168.22º 0.69% 0.54% -
HSV(B) 168.22º 0.74% 0.86% -
XYZ 35.93 55.09 55.75 -
YUV 166.62 139.5 49.1 -
System Red Green Blue C M Y K H S L
Decimal 56 219 187 0.74 0 0.15 0.14 168.22 0.69 0.54
Hex 38 DB BB 4A 0 F E A8 45 36
Octal 70 333 273 112 0 17 16 250 105 66
Binary 111000 11011011 10111011 1001010 0 1111 1110 10101000 1000101 110110

Color Harmonies of #38DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBBB

Black with #38DBBB

Text Example


Text Example

White with #38DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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