Html Css Color HEX #38FCDA Turquoise

📋 copy color: '#38FCDA'

red 56 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #38FCDA

Tints of Turquoise #38FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.91%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 10.65%
G = 47.91%
B = 41.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#38FCDA (or 0x38FCDA) is known color: Turquoise. HEX triplet: 38, FC and DA. RGB value is (56,252,218). Sum of RGB (Red+Green+Blue) = 56+252+218=526 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.65% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #38FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FCDA is #C70325. Grayscale: #BDBDBD. Windows color (decimal): -13042470 or 14351416. OLE color: 14351416.

HSL color Cylindrical-coordinate representation of color #38FCDA: hue angle of 169.59º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FCDA is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 252 218 -
CMYK 0.78 0 0.13 0.01
HSL 169.59º 0.97% 0.6% -
HSV(B) 169.59º 0.78% 0.99% -
XYZ 49.1 75.52 78.32 -
YUV 189.52 144.07 32.76 -
System Red Green Blue C M Y K H S L
Decimal 56 252 218 0.78 0 0.13 0.01 169.59 0.97 0.6
Hex 38 FC DA 4E 0 D 1 AA 61 3C
Octal 70 374 332 116 0 15 1 252 141 74
Binary 111000 11111100 11011010 1001110 0 1101 1 10101010 1100001 111100

Color Harmonies of #38FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FCDA

Black with #38FCDA

Text Example


Text Example

White with #38FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,252,218); }

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

background-color css

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

 a { background-color: rgb(56,252,218); }

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

border-color css

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

 span { border-color: rgb(56,252,218); }

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