Html Css Color HEX #38D8CB Turquoise

📋 copy color: '#38D8CB'

red 56 ◦ green 216 ◦ blue 203

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

Shades of Turquoise #38D8CB

Tints of Turquoise #38D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 11.79%
G = 45.47%
B = 42.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#38D8CB (or 0x38D8CB) is known color: Turquoise. HEX triplet: 38, D8 and CB. RGB value is (56,216,203). Sum of RGB (Red+Green+Blue) = 56+216+203=475 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.79% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #38D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D8CB is #C72734. Grayscale: #A6A6A6. Windows color (decimal): -13051701 or 13359160. OLE color: 13359160.

HSL color Cylindrical-coordinate representation of color #38D8CB: hue angle of 175.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D8CB is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 203 -
CMYK 0.74 0 0.06 0.15
HSL 175.13º 0.67% 0.53% -
HSV(B) 175.13º 0.74% 0.85% -
XYZ 36.97 54.26 65.03 -
YUV 166.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 56 216 203 0.74 0 0.06 0.15 175.13 0.67 0.53
Hex 38 D8 CB 4A 0 6 F AF 43 35
Octal 70 330 313 112 0 6 17 257 103 65
Binary 111000 11011000 11001011 1001010 0 110 1111 10101111 1000011 110101

Color Harmonies of #38D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D8CB

Black with #38D8CB

Text Example


Text Example

White with #38D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,203); }

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

background-color css

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

 a { background-color: rgb(56,216,203); }

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

border-color css

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

 span { border-color: rgb(56,216,203); }

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