Html Css Color HEX #38DBCF Turquoise

📋 copy color: '#38DBCF'

red 56 ◦ green 219 ◦ blue 207

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

Shades of Turquoise #38DBCF

Tints of Turquoise #38DBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 11.62%
G = 45.44%
B = 42.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#38DBCF (or 0x38DBCF) is known color: Turquoise. HEX triplet: 38, DB and CF. RGB value is (56,219,207). Sum of RGB (Red+Green+Blue) = 56+219+207=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DBCF is #C72430. Grayscale: #A8A8A8. Windows color (decimal): -13050929 or 13622072. OLE color: 13622072.

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

Color convert

RGB 56 219 207 -
CMYK 0.74 0 0.05 0.14
HSL 175.58º 0.69% 0.54% -
HSV(B) 175.58º 0.74% 0.86% -
XYZ 38.22 56.01 67.83 -
YUV 168.9 149.5 47.48 -
System Red Green Blue C M Y K H S L
Decimal 56 219 207 0.74 0 0.05 0.14 175.58 0.69 0.54
Hex 38 DB CF 4A 0 5 E B0 45 36
Octal 70 333 317 112 0 5 16 260 105 66
Binary 111000 11011011 11001111 1001010 0 101 1110 10110000 1000101 110110

Color Harmonies of #38DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DBCF

Black with #38DBCF

Text Example


Text Example

White with #38DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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